PDF4Java Reference Documentation
com.o2sol.pdf4java.annotations Package / PDFAnnotation Class / setNormalAppearance Method
A PDFAnnotationAppearance object specifying how the annotation is presented visually on the page.
In This Topic
    setNormalAppearance Method
    In This Topic
    Sets the annotation normal appearance.
    Syntax
    public void setNormalAppearance( 
       PDFAnnotationAppearance appearance
    )

    Parameters

    appearance
    A PDFAnnotationAppearance object specifying how the annotation is presented visually on the page.
    See Also